luci-mod-status: routes; refactor and add routesj page for ip -j output
authorPaul Donald <[email protected]>
Mon, 13 Oct 2025 18:28:06 +0000 (20:28 +0200)
committerPaul Donald <[email protected]>
Mon, 13 Oct 2025 18:28:06 +0000 (20:28 +0200)
follow-up fix to 89ae891462ea9928fc2b01e25c1611b1b71352d5

fs depends here should be OR, not AND :)

Signed-off-by: Paul Donald <[email protected]>
modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json

index 0d2352c95c1132fb41e085a279fbdd67e8670558..23e8bdb61d66e9716ad8583aac1071b057f5dbe4 100644 (file)
@@ -21,8 +21,7 @@
                "depends": {
                        "acl": [ "luci-mod-status-routes" ],
                        "fs": [
-                               { "/usr/libexec/ip-tiny": "absent" },
-                               { "/usr/libexec/ip-full": "absent" }
+                               { "/usr/libexec/ip-tiny": "absent", "/usr/libexec/ip-full": "absent" }
                        ]
 
                }